home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / patches / 40a-b_d6.zip / CORELMOV.IN_ / CORELMOV.bin
Text File  |  1993-07-20  |  3KB  |  94 lines

  1. ; ************************************************************************
  2. ;                                                                     MOVE.INI
  3. ;
  4. ;    This is the INI file for CorelMOVE.
  5. ;
  6. ; ************************************************************************
  7.  
  8. [Preferences]
  9. ConfirmDelete=1
  10.  
  11.  
  12. [TOOLS]
  13. TOOLBOX=CMVCTL40.DLL
  14. CONTROL_PAD=CMVCTL40.DLL
  15. TIMELINE=CMVTML40.DLL
  16. PATH_SEQUENCER=CMVSEQ40.DLL
  17. EXTRA_TRANSITIONS=
  18. IMPORT_EXPORT=CMVIE40.DLL
  19. PAINT=CMVPNT40.DLL
  20. WAVE_EDITOR=CMVWAV40.DLL
  21. ENGINE_DIALOGS=CMVDLG40.DLL
  22. LIBRARYBOX=CMVLBX40.DLL
  23. PATHEDITBOX=CMVSEQ40.DLL
  24.  
  25.  
  26. [InternalImportFilters]
  27. Animations=mifanim.dll
  28. Bitmaps=mifdraw.dll
  29.  
  30. ; ------------------------------------------------------------------------
  31. ; [ImportFilters] The format (After the '='), consists of fields sperated
  32. ;                                    by ',' characters.  In the case that there are multiple
  33. ;                                    values in a field, the values are sperated by a ';'.
  34. ;
  35. ;    Fields
  36. ;======
  37. ;
  38. ;    - DLL filename
  39. ;    - Title of filter to appear in dialog box
  40. ;    - Extensions for the files.
  41. ;    - Type of objects contained in the file.
  42. ;
  43. ;            Value | Meaning
  44. ;            -----------------------------------------------------
  45. ;                20    |    Filter supports actors.
  46. ;                21    |    Filter supports props.
  47. ;                22    |    Filter supports WAV objects.
  48. ;                23    |    Filter supports MIDI objects.
  49. ;                24    | Filter supports CUES.
  50. ;                25    |    Single bitmap filter.
  51. ;                26    |    Internal filter for MOVE.
  52. ;                27    |    Internal filter for MOVE -> WAV files
  53. ;            -----------------------------------------------------
  54. ;
  55. ; ------------------------------------------------------------------------
  56.  
  57. [MoveImportFilters]
  58. LastUsed=CMV
  59. AVI=MIFAVI.DLL,"Video for Windows",*.AVI,20;22
  60. AA=MIFFLI.DLL,"AutoDesk Animator",*.FLI;*.FLC,20
  61. CMV=CMV,"CorelMOVE!",*.CMV,20;21;22;26
  62. MWF=MWF,"Motion Works",*.MWF,20;21;22;26
  63. WAV=WAVE,"Wave Files",*.WAV,22;26;27
  64.  
  65. [MoveExportFilters]
  66. LastUsed=AVI
  67. AVI=MEFAVI.DLL,"Video for Windows",*.AVI,20;21;22
  68.  
  69. [Config]
  70. FilterDir=c:\corel40\programs
  71.  
  72. [DefaultFiles]
  73.  
  74. [LastUsed]
  75.  
  76. [ApprovedObjectEditors]
  77. Actor=CDraw4, CPaint4, CorelChart
  78. Prop=CDraw4, CPaint4, CorelChart
  79. Sound=0
  80.  
  81. ; --[Limits] -----------------------------------------------------------
  82. ;
  83. ;    These values influence the playback of the sounds in CorelMOVE!
  84. ;    On most systems, default values of WavePages=7 and WavePageRate=10
  85. ;    were found to be optimal.
  86. ; However, on very fast systems, the program could have problems with 
  87. ;    synchronization of the timer and the wave driver causing breaks in 
  88. ; the sounds. In such cases, we recommand to try setting the values
  89. ; to 3 and 4 respectively.
  90. ; ------------------------------------------------------------------------
  91. [Limits]
  92. WavePages=7
  93. WavePageRate=10
  94.